24HourCapture.WAS  v1.0
Procomm Plus 4.x for Windows 95/98/NT


Should I use this script?
-------------------------
24HourCapture allows you to choose a specific path for a Capture
file.  When the path is entered into the field, the new Capture
file (.CAP) will be saved into that path.  This changes the
default Capture path located in Options | Data Options | Paths.
You can manually change this back, or use this script to change
the path name.  The default capture path is
PROGRAM FILES\PROCOMM PLUS\CAPTURE (assuming the default path
was used in installation).

You have the option of capturing data in half hour increments,
or in 24 hour increments.  You can also have the script call
back the host in case of disconnection from the host during a
capture session.  Capture files are either saved in a file name
of your choosing, or by date and time format as defined in the
script.


Customization
--------------
NOTE: Depending on the editor that you use the line number may
change.

*To set the option to capture data in half hour increments or
24 hour increments, edit the MACRO definition for CapFormat
on line 29.
*To set the option to save the Capture file with a fixed name
or in time/date format, edit the MACRO definition for FileName
on line 30.
*To set the capture path edit the MACRO definition for the
variable (CapPath) on line 31.
*To set the default capture file name edit the MACRO definition
(FixedName) on line 32.
*To set the length of time to capture data edit the MACRO
definition (Increment) on line 34.
*To set the Connection Directory entry to dial in case of
disconnect edit the MACRO definition (DialName) on line 36.


How do I install 24HourCapture.WAX?
------------------------------------------
Copy 24HourCapture.WAS to your ASPECT directory and compile it by
selecting Tools | Scripts | Compile/Edit from the Procomm Plus
Menu bar.


How do I run 24HourCapture.WAX?
------------------------------------------
From the Action Bar:

1)  Click on the Script File drop down menu.
2)  Select 24HourCapture.

From the Menu Bar:

1)  Click on Tools | Scripts.
2)  Click on Run.
3)  Select 24HourCapture.WAX.
4)  Click on Open.

NOTE:  If 24HourCapture.WAX does not appear in the Script File
       drop down list, you might have a different default ASPECT
       path.  To change the path, go to Options | Data Options |
       Paths and change the path to
       PROGRAM FILES\PROCOMM PLUS\ASPECT directory.

24HourCapture assumes that you are already connected to a host
system when you start the script.  To have 24HourCapture start
automatically upon a connection, set it as the script in the
Connection Directory entry under Basic Options.


